lcPaint_ImageGetPtbuf Home

Creates a points buffer object with points of rectangular polygon used to clip rotated raster image.

 HANDLE lcPaint_ImageGetPtbuf (
   HANDLE hImage,
   double Angle
 );

Parameters
hImage
  Handle to raster image object.
Angle
  Rotation angle.

Return Value

  Handle to the created points buffer object.
If the function fails, the return value is NULL.

See Also

  lcPaint_DeletePtbuflcPaint_ImageRotate